Einhugur OpenDocument Text Plugin for Xojo

Table.Cell Method

Returns TableCell from the table at given column and row index.

Cell(
   column as Integer,
   row as Integer) as EinhugurODT.TableCell

Parameters

column
The column index. (Zero based).
row
The row index. (Zero based).

Returns

EinhugurODT.TableCell
The requested TableCell or nil if out of bounds.

Remarks

See Also

Table Class